home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / etman.lha / man / mann / macro.TV.n < prev    next >
Text File  |  1991-10-24  |  906b  |  34 lines

  1.  
  2.  
  3. .SH MACRO NAME
  4. \fBTV(
  5. name dynamicArray, name length)
  6. .SH DESCRIPTION
  7. This macro provides information to the programming environment. It must be used in the implementation file of the class, as an argument to one of the \fB...MetaImpl...\fP macros. It tells the programming environment the name of an instance variable which is a dynamically growing array and the name of an instance variable which gives the current size of the array.
  8. macro \fBTV\fP is sometimesused.
  9. .SH ARGUMENTS
  10. .TP
  11. \fBname dynamicArray
  12. .br
  13. Name of an instance variable which is a dynamically growing array.
  14. .TP
  15. \fBname length
  16. .br
  17. Name of an instance variable which gives the current number of elements in \fBdynamicArray\fP.
  18. .SH CATEGORIES
  19.  
  20. .na
  21. metaclass
  22. .ad b
  23.  
  24. .SH FILES
  25. .PD 0
  26. .TP 20
  27. declaration:
  28. \fBClass.h
  29. .SH HISTORY
  30. joe@csesbg.at    Mon Jun 17 19:47 1991    reworked
  31. .br
  32. joe@csesbg.at    Wed Jun 19 18:24 1991    added IsKindOf, Guard
  33. .br
  34.